Skip to content
Back to search
30
MCP

AgentKits Memory

pulsemcp/agentkits memory

Provides persistent memory capabilities for coding assistants by automatically capturing tool usage, decisions, and patterns across sessions in a local SQLite database with hybrid search combining keyword and semantic similarity.

Uptime
0.0%
10 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

AgentMemory
Persistent memory for AI coding agents with hybrid retrieval, analytics, and governance controls.
0 tools
RepoMemory
Persistent, searchable knowledge base for AI coding agents with hybrid keyword and semantic search across project context.
0 tools
agent-recall-sdk
SDK for AgentRecall — persistent, compounding memory for AI agents
0 tools
agentmem
Lightweight persistent memory for AI agents. Hybrid search. 16 tools. One SQLite file.
0 tools
Mind Keg
Persistent memory for AI coding agents that stores and retrieves atomic learnings across sessions using semantic search and SQLite.
0 tools
Aide Memory
Persistent memory layer for AI coding agents — your agent remembers what you taught it.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agentkits_memory": {
      "url": "None",
      "transport": "http"
    }
  }
}